home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / ldfilter.arc / LDFILTER.DOC < prev    next >
Text File  |  1988-09-30  |  2KB  |  50 lines

  1.                             LDFILTER
  2.  
  3. Description:  
  4.  
  5. LDFILTER.COM is provided to correct some possible problems in 
  6. the handling of programs that use of the EXEC function.  The 
  7. EXEC function is the function that may be called by a program to 
  8. run a sub-program and then exit back to the main program.  A 
  9. well known example of a program that uses the EXEC function (but 
  10. does not require LDFILTER) is the Lotus program ACCESS.COM which 
  11. provides a menu for 123.EXE and its utility programs.  Versions 
  12. of DESQview released after version 1.30 will probably 
  13. incorporate the functions of LDFILTER internally and therefore 
  14. make its use unnecessary.
  15.  
  16. Identifying a possible need for LDFILTER: 
  17.  
  18. The typical scenario is like this:  You are running a program 
  19. that has several executable modules (sometimes identified by the 
  20. presence of many EXE or COM files in the program directory).  
  21. The program loads a main module and provides a menu from which 
  22. you can elect to run the other modules.  The program runs fine 
  23. when on the main menu and you can select one of the modules and 
  24. while in that module, the program runs fine.  However, when you 
  25. exit back to the main menu, the program hangs or seems crippled.  
  26. After first determining that the program is operating with 
  27. sufficient memory, try using LDFILTER.
  28.  
  29. Installing LDFILTER:
  30.  
  31. LDFILTER should be loaded from a batchfile in the DESQview 
  32. window, before running the target program.  After creating the 
  33. batchfile, run Change a Program, select your application and make 
  34. the "Command to Start Program" the name of the batchfile and turn 
  35. off the Option "Close on Exit to DOS".
  36.  
  37. Example of Batchfile:
  38.  
  39.      LDFILTER      <- Loads in the filter.
  40.      progname      <- Place command to start your program here.
  41.      EXIT          <- This will close the window.
  42.  
  43.  
  44. Programs that may require LDFILTER:
  45.  
  46. Programs compiled with Microsoft QuickBASIC version 2.0 or 
  47. Microsoft C version may require the use of LDFILTER if they use 
  48. the EXEC function.
  49.  
  50. Specific commercial programs identified: